home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / tmn.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  284 b   |  22 lines

  1. on enterFrame
  2.   puppetSprite(3, 0)
  3.   set the visible of sprite 3 to 1
  4. end
  5.  
  6. on mouseUp
  7.   if rollOver(2) then
  8.     go("anim")
  9.   end if
  10.   if rollOver(3) then
  11.     go("ecr2")
  12.   end if
  13. end
  14.  
  15. on exitFrame
  16.   if the mouseCast = 168 then
  17.     go("naveg")
  18.   else
  19.     go(the frame + 1)
  20.   end if
  21. end
  22.